Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing UNIX Path Name Storage Objects


Q3UnixPathStorage_Get

You can use the Q3UnixPathStorage_Get function to get information about a UNIX path name storage object.

TQ3Status Q3UnixPathStorage_Get (
TQ3StorageObject storage, 
char *pathName);
storage
A UNIX path name storage object.
pathName
On entry, a pointer to a block of memory large enough to hold a string of size kQ3StringMaximumLength. The path name of the file associated with the specified storage object is copied into that block of memory. The path name is a null-terminated C string.
DESCRIPTION
The Q3UnixPathStorage_Get function returns, through the pathName parameter, a copy of the path name of the file associated with the UNIX path storage object specified by the storage parameter.

ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996